@font-face {
 font-family: 'title';
 src: url('../font/title.TTF');
 font-weight: normal;
 font-style: normal;
}
.year {
       font-family: 'shangshou'; 
	font-size:60px;
	padding-right:10px;
	font-weight:1000;
	color:#5188da;
      background-image:-webkit-linear-gradient(left,#5188da,#0d4ca9); 
     -webkit-background-clip:text; 
     -webkit-text-fill-color:transparent; 
}
.g-txt {
	text-align: center;
	margin-bottom: 10px;
	position: relative;
	z-index: 2;
      letter-spacing:2px;
}

.g-txt h1 {
	font-size:50px;
	text-align: center;
	margin-bottom: 10px;
}

.g-txt h1:after {
	content: "";
	height: 0px;
	display: block;
	width: 130px;
	margin: 0 auto;
	margin-top:0px;
}

.g-txt-w h1:after {
	background: #fff;
}

.g-txt h2 {
	font-size:40px;
	text-align: center;
       font-family: 'shangshou'; 
	margin-bottom:10px;
}

.g-txt h2:after {
	content: "";
	height: 0px;
	display: block;
	width: 130px;
	margin: 0 auto;
	margin-top: 0px;
}

.g-txt p {
	font-size: 30px;
	line-height: 2;
}
.g-txt p span{
	font-size:20px;
}
.g-txt-w {
	color: #fff;
}

.g-txt-w h2:after {
	background: #fff;
}

.g-txt-b {
	color: #484848;
}

.g-txt-b h2 {
	color: #000;
}

.g-txt-b h2:after {
	background: #777;
}

.g-more {
	display: inline-block;
	width: 150px;
	height: 35px;
	line-height:30px;
	border: 2px solid #fff;
	color: #fff;
	font-size:15px;
	border-radius: 30px;
	position: relative;
	overflow: hidden;
	text-align: center;
	margin-top:20px;
}

.page1 .tc {
	position: relative;
	z-index: 2;
}

.g-more em {
	position: absolute;
	left: -100%;
	top: 0;
	width: 100%;
	height: 100%;
	background: #3c6fb5;
	z-index: 1;
	border-radius: 0;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
}

.g-more span {
	position: relative;
	z-index: 2;
	color: #fff;
}

.g-more:hover {
	border-color: #3c6fb5;
}

.g-more:hover em {
	left: 0;
}

.g-more-b {
	color: #000;
	border-color: #000;
}

.g-more-b span {
	color: #000;
}

.g-more-b em {
	border-radius: 30px;
	background: #000;
}

.g-more-b:hover span {
	color: #fff;
}

.g-more-b:hover {
	border-color: #000;
}
/*.section{background-repeat: no-repeat; background-position: center top;background-size: cover;}*/
.arrowDown {
	position: absolute;
	left: 0;
	bottom: 28px;
	width: 100%;
	text-align: center;
}

.arrowDown i {
	display: inline-block;
	width: 34px;
	height: 20px;
	background: url(../images/arrow-down.png) no-repeat center top;
	-webkit-animation: arrowDown 1s infinite linear;
	cursor: pointer;
}

@-webkit-keyframes arrowDown {
	0% {
		-webkit-transform: translate(0,0);
	}

	25% {
		-webkit-transform: translate(0,6px);
	}

	50% {
		-webkit-transform: translate(0,0);
	}

	75% {
		-webkit-transform: translate(0, -6px);
	}

	100% {
		-webkit-transform: translate(0,0);
	}
}
/*首页*/
.bg-video {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	z-index: 1;
	min-width:1520px;
}

.bg-video video {
	width: 100%;
}

.ul-menu1 {
	width: 60%;
	text-align: center;
	max-width: 1520px;
	margin: 60px auto 0 auto;
}

.ul-menu1 li {
	padding: 0 7px;
	width: 14.285%;
	float: left;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
}

.ul-menu1 li:hover {
	transform: translateY(-15px);
}

.txtBox1 {
	padding: 105px 0;
	overflow: hidden;
}

.ul-txt1 {
	text-align: center;
	width: 100%;
}

.ul-txt1 li.li1 {
	width: 385px;
	float: left;
}

.ul-txt1 li.li2 {
	display: inline-block;
	width: 355px;
}

.ul-txt1 li.li3 {
	width: 385px;
	float: right;
}

.ul-txt1 li .pic {
	width: 155px;
	float: left;
	text-align: center;
}

.ul-txt1 li .pic img {
	max-width: 90%;
	display: inline-block;
}

.ul-txt1 li .txt {
	float: left;
	text-align: left;
	width: 185px;
}

.ul-txt1 li .txt h3 {
	font-size: 24px;
	color: #000;
	font-weight: normal;
	border-bottom: 1px solid #d8d8d8;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.ul-txt1 li .txt h4 {
	font-size: 18px;
	color: #a0a0a0;
	margin-bottom: 30px;
}

.ul-txt1 li .txt p {
	font-size: 14px;
	line-height: 2.1;
	color: #686868;
}
/*.scrollBox{width: 100%;height: 100%;z-index: 999;position: relative;}*/
.txtBox2 {
	padding: 155px 0;
	position: relative;
	background: url(../images/txt-bg2.jpg) no-repeat 50% 0 fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	clear: both;
	overflow: hidden;
}

.slide-txt .logo {
	float: left;
	width: 255px;
	padding-top: 25px;
}

.slide-txt .txt {
	color: #fff;
	padding-left: 255px;
}

.more-btn {
	margin-top: -70px;
	position: relative;
	z-index: 200;
}

.slide-txt  h4 {
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 20px;
	color: #FFF;
}

.slide-txt  h4 a {
	color: #fff;
}

.slide-txt .txt p {
	font-size: 14px;
}

.slide-txt .btns {
	padding: 28px 0 0 455px;
}

.slide-txt .item .btns {
	padding-left: 0;
}

.slide-txt .btns a {
	float: left;
	margin-right: 10px;
}

.slide-txt .btns .more {
	display: inline-block;
	width: 184px;
	height: 42px;
	background: #3c6fb5;
	text-align: center;
	line-height: 42px;
	border-radius: 20px;
	color: #fff;
	font-size: 14px;
}

.slide-txt .btns .more span {
	display: inline-block;
	padding-right: 15px;
	background: url(../images/arr-r2.png) no-repeat right center;
}

.slide-txt .btns .prev,.slide-txt .btns .next {
	display: inline-block;
	width: 41px;
	height: 41px;
	cursor: pointer;
}

.slide-txt .btns .prev {
	background: url(../images/jt-prev.png) no-repeat left top;
}

.slide-txt .btns .next {
	background: url(../images/jt-next.png) no-repeat left top;
}

.slide-txt .btns .prev:hover {
	background: url(../images/jt-prev-h.png) no-repeat left top;
}

.slide-txt .btns .next:hover {
	background: url(../images/jt-next-h.png) no-repeat left top;
}

.slide-txt .slick-arrow {
	display: none !important;
}

.more-slider {
	float: left;
}

.linkBox {
	padding: 120px 0 150px 0;
	background: #f6f6f6;
	overflow: hidden;
}

.ul-link {
	margin: 0 auto;
	max-width: 92%;
	padding-top: 45px;
}

.ul-link li {
	width: 11.11%;
	float: left;
	margin-bottom: 19px;
}

.ul-link li a {
	display: block;
	margin: 0 10px;
	border: 1px solid #e2e2e2;
	height: 0;
	padding-top: 62.52%;
	position: relative;
	overflow: hidden;
}

.ul-link li a img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
    /*-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    opacity: 0.5;*/
}

.ul-link li .img2 {
	opacity: 0;
}

.ul-link li a:hover .img1 {
	opacity: 0;
}

.ul-link li a:hover .img2 {
	opacity: 1;
}

.ul-link li a:hover img {
   /* -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1;*/
}

.fp-scroller {
	position: relative;
}

.bantxt {
	padding: 150px 0;
	margin-top: 80px;
	color: #fff;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

.bantxt h2 {
	font-family: "微軟正黑體","Microsoft JhengHei", "Microsoft yahei", "微软雅黑", "tahoma";
	font-size: 48px;
}

.bantxt p {
	font-size: 18px;
}
 

.more-case {
	display: inline-block;
	width: 186px;
	margin-left: 10px;
	height: 42px;
	line-height: 42px;
	color: #fff;
	font-size: 20px;
	border-radius: 30px;
	position: relative;
	overflow: hidden;
	text-align: center;
	background: #3c6fb5;
	font-size: 12px;
}

.more-case:hover {
	color: #fff;
}

.more-case span {
	display: inline-block;
	padding-right: 15px;
	background: url(../images/arr-r2.png) no-repeat right center;
}
 
.inner-ban {
	height: 412px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	line-height: 412px;
	text-align: center;
	color: #fff;
}

.inner-ban h2 {
	font-size: 28px;
	font-weight: normal;
	font-family: "微軟正黑體","Microsoft JhengHei", "Microsoft yahei", "微软雅黑", "tahoma";
}
/**/
.btn-see {
	display: inline-block;
	width: 186px;
	height: 42px;
	line-height: 36px;
	border: 2px solid #fff;
	color: #fff;
	font-size: 20px;
	border-radius: 30px;
	position: relative;
	overflow: hidden;
	text-align: center;
	margin-top: 50px;
}

.ul-link-m {
	display: none;
}

.section {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	overflow: hidden;
}

.page1,.index,.view {
	height: 100%;
}

#banner,
#banner .slick-list,
#banner .slick-track {
	height: 100%;
}

#banner .item {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: relative;
	opacity: 0;
}

#banner .animated {
	visibility: visible !important;
}

.center-table {
	display: table;
	height: 100%;
	width: 100%;
}

.center-cell {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

#banner .slick-dots {
	position: absolute;
	bottom: 90px;
	width: 100%;
	text-align: center;
}

#banner .slick-dots li {
	display: inline-block;
	margin: 0 6px;
}

#banner .slick-dots a {
	cursor: pointer;
	font-size: 0;
	width: 18px;
	height: 18px;
	background-color: #fff;
	border-radius: 50%;
	display: block;
}

#banner .slick-dots .slick-active a {
	background-color: #3c6fb5;
}

@media only screen and (max-width: 1199px) {
	.dbxxww {
		width: 100%;
		height: auto;
		margin: 0 auto;
		padding: 20px 0;
		overflow: hidden;
	}
}

@media only screen and (max-width: 767px) {
	.dbxwljtm_1 {
		width: 100%;
		float: left;
		height: 30px;
		line-height: 30px;
		overflow: hidden;
	}
#banner .slick-dots a {
	cursor: pointer;
	font-size: 0;
	width: 10px;
	height: 10px;
	background-color: #fff;
	border-radius: 50%;
	display: block;
}
#banner .slick-dots {
	position: absolute;
	bottom: 30px;
	width: 100%;
	text-align: center;
}
.g-more {
       display: none;
}
}